home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / keyboard-configuration.postrm < prev    next >
Encoding:
Text File  |  2013-01-05  |  574 b   |  26 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. if [ purge = "$1" ]; then
  6.     rm -f /etc/default/keyboard
  7. fi
  8.  
  9. # Automatically added by dh_installdebconf
  10. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  11.     . /usr/share/debconf/confmodule
  12.     db_purge
  13. fi
  14. # End automatically added section
  15. # Automatically added by dh_installinit
  16. if [ "$1" = "purge" ] ; then
  17.     update-rc.d console-setup remove >/dev/null
  18. fi
  19. # End automatically added section
  20. # Automatically added by dh_installinit
  21. if [ "$1" = "purge" ] ; then
  22.     update-rc.d keyboard-setup remove >/dev/null
  23. fi
  24. # End automatically added section
  25.  
  26.